Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 13 - View Objects / View Objects Reference
View Objects Routines / Managing a View's Style States


Q3View_GetFillStyleState

You can use the Q3View_GetFillStyleState function to get the current fill style of a view.

TQ3Status Q3View_GetFillStyleState (
TQ3ViewObject view, 
TQ3FillStyle *fillStyle);
view
A view.
fillStyle
On exit, the current fill style of the specified view.
DESCRIPTION
The Q3View_GetFillStyleState function returns, in the fillStyle parameter, the current fill style of the view specified by the view parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996